window: Don't keep 2 type hints
authorBenjamin Otte <otte@redhat.com>
Sun, 19 Jul 2015 02:32:48 +0000 (04:32 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 19 Jul 2015 02:45:25 +0000 (04:45 +0200)
commit8a238c78862630ce5d9678635ed34356c65965d5
tree1edf66241318cfd071890350af625f165cb72649
parentfbbc203f23b964ebb42ed1b5557d9109d6e15a68
window: Don't keep 2 type hints

1. This confuses the code as it's using the old type hint with the new
type hint on GDK window creation

2. It only existed as a workaround for old code that directly accessed
window->type_hint which hasn't been possible since 3.0.
gtk/gtkwindow.c